gtk4.git
15 years ago[win32] Properly draw the menu separator for Windows Vista/7.
Martin Schlemmer [Mon, 30 Aug 2010 18:03:04 +0000 (20:03 +0200)]
[win32] Properly draw the menu separator for Windows Vista/7.
Also adds the bits for transparency.

15 years ago[win32] Use pango_win32_font_description_from_logfontw() to get
Martin Schlemmer [Mon, 30 Aug 2010 18:00:53 +0000 (20:00 +0200)]
[win32] Use pango_win32_font_description_from_logfontw() to get
the system font, instead of the code duplication.

15 years ago[win32] Fix some warnings related to type differences and unused variables
Martin Schlemmer [Mon, 30 Aug 2010 17:57:42 +0000 (19:57 +0200)]
[win32] Fix some warnings related to type differences and unused variables

15 years agoDrop Win32 DLL ABI compatibility cruft
Tor Lillqvist [Mon, 30 Aug 2010 11:57:48 +0000 (14:57 +0300)]
Drop Win32 DLL ABI compatibility cruft

No need for that any longer as we are changing DLL name.

15 years agoFixed GtkToolPalette realize() vfunc.
Tristan Van Berkom [Mon, 30 Aug 2010 09:25:14 +0000 (18:25 +0900)]
Fixed GtkToolPalette realize() vfunc.

It seems with latest GSEAL work for widget->window access a
call to gtk_widget_set_window() was missed (added the window
assignment and now the palette shows up in Glade again).

15 years agoFixing email address in copyright header for testwrapbox test.
Tristan Van Berkom [Mon, 30 Aug 2010 09:24:41 +0000 (18:24 +0900)]
Fixing email address in copyright header for testwrapbox test.

15 years agoMiscellaneous property string fixes
Philip Withnall [Sat, 28 Aug 2010 12:51:41 +0000 (13:51 +0100)]
Miscellaneous property string fixes

15 years agomodules/other/gail/gailtogglebutton.c: Add/remove indeterminate state
Szilárd Pfeiffer [Sun, 29 Aug 2010 17:21:05 +0000 (19:21 +0200)]
modules/other/gail/gailtogglebutton.c: Add/remove indeterminate state

GailToggleButton does not set/unset ATK_STATE_INDETERMINATE according to the
value of GtkToggleButton's inconsistent property.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=626537

15 years agoAdd gtk_calendar_day_is_marked() function
Javier Jardón [Sun, 29 Aug 2010 17:14:24 +0000 (19:14 +0200)]
Add gtk_calendar_day_is_marked() function

The marked state of calendar day is not accessible

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627028

15 years agoFix typo in GtkIMContextClass doc.
Daiki Ueno [Tue, 27 Jul 2010 08:09:45 +0000 (17:09 +0900)]
Fix typo in GtkIMContextClass doc.

15 years agoUpdated Serbian translation
Милош Поповић [Sun, 29 Aug 2010 18:14:16 +0000 (20:14 +0200)]
Updated Serbian translation

15 years agoFix Win32 build
Tor Lillqvist [Sun, 29 Aug 2010 09:40:56 +0000 (12:40 +0300)]
Fix Win32 build

15 years agoRemove deprecated GTK_SELECTION_EXTENDED selection mode
Matthias Clasen [Sun, 29 Aug 2010 02:42:59 +0000 (22:42 -0400)]
Remove deprecated GTK_SELECTION_EXTENDED selection mode

15 years agoRemove deprecated text and text_length field in GtkEntry
Matthias Clasen [Sun, 29 Aug 2010 02:27:36 +0000 (22:27 -0400)]
Remove deprecated text and text_length field in GtkEntry

These fields have been superseded by GtkEntryBuffer.

15 years agoMove deprectated menu enumerations to a private header
Matthias Clasen [Sun, 29 Aug 2010 01:24:11 +0000 (21:24 -0400)]
Move deprectated menu enumerations to a private header

The GtkSubmenuDirection and GtkSubmenuPlacement enumerations
have been deprecated as public API for a while, but are still used
internally in the menu code. Move them to a private header. This
also prevents to generation of GObject boilerplate for these enums.

15 years agoRemove the long deprecated GDK_WINDOW_DIALOG type.
Matthias Clasen [Sun, 29 Aug 2010 00:10:02 +0000 (20:10 -0400)]
Remove the long deprecated GDK_WINDOW_DIALOG type.

This has been deprecated forever, and was just left in for
compatibility reasons.

15 years agoDeclare the GtkWidget::window-dragging style property as readonly
Matthias Clasen [Sun, 29 Aug 2010 00:08:14 +0000 (20:08 -0400)]
Declare the GtkWidget::window-dragging style property as readonly

This is how we generally declare style properties, and declaring
this one r/w was just an oversight.

15 years agoRemove long-deprecated page-horizontally signal
Matthias Clasen [Sat, 28 Aug 2010 23:26:42 +0000 (19:26 -0400)]
Remove long-deprecated page-horizontally signal

This signal has been superseded by GTK_MOVEMENT_HORIZONTAL_PAGES
long ago. This breaks the GtkTextView ABI.

15 years agoRemove a workaround for old toolbar api
Matthias Clasen [Sat, 28 Aug 2010 23:11:23 +0000 (19:11 -0400)]
Remove a workaround for old toolbar api

The old, deprecated toolbar api has been removed, so this workaround
is no longer necessary.

15 years agoRemove deprecated GTK_CALENDAR_WEEK_START_MONDAY option
Matthias Clasen [Sat, 28 Aug 2010 23:09:21 +0000 (19:09 -0400)]
Remove deprecated GTK_CALENDAR_WEEK_START_MONDAY option

This has been deprecated and ignored for a long time.

15 years agoRemove deprecated 'shadow' properties in GtkFrame and GtkHandleBox
Matthias Clasen [Sat, 28 Aug 2010 21:20:53 +0000 (17:20 -0400)]
Remove deprecated 'shadow' properties in GtkFrame and GtkHandleBox

15 years agoUpdate British English translation
Philip Withnall [Sat, 28 Aug 2010 12:42:36 +0000 (13:42 +0100)]
Update British English translation

15 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 28 Aug 2010 07:27:28 +0000 (10:27 +0300)]
Updated Hebrew translation.

15 years agoFixed debug build for GTK_PLUG (plug)->socket_window direct accesses.
Tristan Van Berkom [Sat, 28 Aug 2010 07:19:16 +0000 (16:19 +0900)]
Fixed debug build for GTK_PLUG (plug)->socket_window direct accesses.

15 years agoAdded initial revision of GtkWrapBox container widget and test case.
Tristan Van Berkom [Sat, 28 Aug 2010 06:59:23 +0000 (15:59 +0900)]
Added initial revision of GtkWrapBox container widget and test case.

15 years agogtk/gtkwidget.c: Use accessor functions to access GtkWindow
Javier Jardón [Sat, 28 Aug 2010 01:40:47 +0000 (03:40 +0200)]
gtk/gtkwidget.c: Use accessor functions to access GtkWindow

15 years agodocs/reference/gtk/gtk3-sections.txt: Use GtkFooPrivate instead GtkFooPriv
Javier Jardón [Sat, 28 Aug 2010 01:22:45 +0000 (03:22 +0200)]
docs/reference/gtk/gtk3-sections.txt: Use GtkFooPrivate instead GtkFooPriv

This completes commit 1e5d7c022596b7146638ef8bd74f544725f9bf2b

15 years agoUpdated Galician translations
Fran Diéguez [Fri, 27 Aug 2010 21:25:56 +0000 (23:25 +0200)]
Updated Galician translations

15 years agoGtkPlug: move public members to private structures
Javier Jardón [Mon, 23 Aug 2010 19:29:13 +0000 (21:29 +0200)]
GtkPlug: move public members to private structures

15 years agoUse accessor functions to access GtkPlug
Javier Jardón [Mon, 23 Aug 2010 21:11:34 +0000 (23:11 +0200)]
Use accessor functions to access GtkPlug

15 years agoUpdated French translation
Bruno Brouard [Fri, 27 Aug 2010 20:19:23 +0000 (22:19 +0200)]
Updated French translation

15 years agoUpdated French translation
Bruno Brouard [Fri, 27 Aug 2010 18:54:25 +0000 (20:54 +0200)]
Updated French translation

15 years agoAdd missing files in po-properties/POTFILES.in
Claude Paroz [Fri, 27 Aug 2010 16:34:10 +0000 (18:34 +0200)]
Add missing files in po-properties/POTFILES.in

Accessorily, use the same sort in both POTFILES.in to easily compare
files.

15 years agoUpdated Bulgarian translation
Alexander Shopov [Fri, 27 Aug 2010 05:15:55 +0000 (08:15 +0300)]
Updated Bulgarian translation

15 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 27 Aug 2010 13:19:53 +0000 (16:19 +0300)]
Updated Hebrew translation.

15 years agoUse GtkFooPrivate instead GtkFooPriv
Javier Jardón [Thu, 26 Aug 2010 17:15:37 +0000 (19:15 +0200)]
Use GtkFooPrivate instead GtkFooPriv

15 years agogtk/gtkseparator: Do not use GET_PRIVATE macro all the time
Javier Jardón [Thu, 26 Aug 2010 16:00:09 +0000 (18:00 +0200)]
gtk/gtkseparator: Do not use GET_PRIVATE macro all the time

Use a private pointer instead

15 years agogtk/gtkfilesystem: Do not use GET_PRIVATE macro all the time
Javier Jardón [Thu, 26 Aug 2010 13:57:05 +0000 (15:57 +0200)]
gtk/gtkfilesystem: Do not use GET_PRIVATE macro all the time

Use a private pointer instead

15 years agogdk/gdkwindowimpl.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 23:17:44 +0000 (01:17 +0200)]
gdk/gdkwindowimpl.c: Use G_DEFINE_INTERFACE macro

15 years agogdk/x11/gdkeventtranslator.c: use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 23:17:18 +0000 (01:17 +0200)]
gdk/x11/gdkeventtranslator.c: use G_DEFINE_INTERFACE macro

15 years agoUpdated Hungarian translation
Gabor Kelemen [Thu, 26 Aug 2010 02:01:47 +0000 (04:01 +0200)]
Updated Hungarian translation

15 years agogtk/gtksizerequest.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 19:59:02 +0000 (21:59 +0200)]
gtk/gtksizerequest.c: Use G_DEFINE_INTERFACE macro

15 years agogtk/gtktoolshell.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 19:59:15 +0000 (21:59 +0200)]
gtk/gtktoolshell.c: Use G_DEFINE_INTERFACE macro

15 years agogtk/gtkcellsizerequest.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 19:58:50 +0000 (21:58 +0200)]
gtk/gtkcellsizerequest.c: Use G_DEFINE_INTERFACE macro

15 years agogtk/gtkcelllayout.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 19:58:37 +0000 (21:58 +0200)]
gtk/gtkcelllayout.c: Use G_DEFINE_INTERFACE macro

15 years agogtk/gtkrecentchooser.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 19:58:18 +0000 (21:58 +0200)]
gtk/gtkrecentchooser.c: Use G_DEFINE_INTERFACE macro

15 years agogtk/gtkfilechooser.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 19:57:52 +0000 (21:57 +0200)]
gtk/gtkfilechooser.c: Use G_DEFINE_INTERFACE macro

15 years agoFix trivial doc typo
Matthias Clasen [Wed, 25 Aug 2010 22:17:43 +0000 (18:17 -0400)]
Fix trivial doc typo

Pointed out in bug 627912.

15 years agoUse G_DEFINE_INTERFACE macro in gtkactivatable
Javier Jardón [Wed, 14 Apr 2010 01:35:30 +0000 (03:35 +0200)]
Use G_DEFINE_INTERFACE macro in gtkactivatable

https://bugzilla.gnome.org/show_bug.cgi?id=605186

15 years agoMake gdk_keymap_map_virtual_modifiers work early
Matthias Clasen [Wed, 25 Aug 2010 05:05:29 +0000 (01:05 -0400)]
Make gdk_keymap_map_virtual_modifiers work early

It needs to ensure that we have an uptodate modmap. Bug 616401

15 years agoDocument that the GTK_STOCK_FILE label is new
Matthias Clasen [Wed, 25 Aug 2010 04:46:47 +0000 (00:46 -0400)]
Document that the GTK_STOCK_FILE label is new

15 years agoMake the initial focus in dialogs work as intended
Matthias Clasen [Wed, 25 Aug 2010 04:43:16 +0000 (00:43 -0400)]
Make the initial focus in dialogs work as intended

We had code that tried to prevent selecting the text in the label
if we end up focusing a label, but it didn't take effect, because
we were moving the focus into the label again afterwards.

15 years agoMake empty buttonboxes work again
Matthias Clasen [Wed, 25 Aug 2010 04:29:27 +0000 (00:29 -0400)]
Make empty buttonboxes work again

There was some less than careful / nvis_children.

15 years agoMake builtin rc consistent
Matthias Clasen [Wed, 25 Aug 2010 04:28:23 +0000 (00:28 -0400)]
Make builtin rc consistent

I removed the default label style a few days ago, so it should
no longer be referenced either.

15 years agoRemove depth restriction from gtk_combo_box_set_active_iter docs
Matthias Clasen [Wed, 25 Aug 2010 01:49:33 +0000 (21:49 -0400)]
Remove depth restriction from gtk_combo_box_set_active_iter docs

While it may not work perfectly in menu mode, it works fine for
list mode. Bug 627843.

15 years agobgo#614006 - GtkFileSystemModel - Make sure to generate node IDs are valid for new...
Sergey Orlov [Tue, 24 Aug 2010 18:17:15 +0000 (13:17 -0500)]
bgo#614006 - GtkFileSystemModel - Make sure to generate node IDs are valid for new files

When a file was inserted during the period that the editable row was
active, the node IDs would not get updated correctly.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
15 years agotests/testsocket: Fix broken test
Javier Jardón [Tue, 24 Aug 2010 19:11:36 +0000 (21:11 +0200)]
tests/testsocket: Fix broken test

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627867

15 years agogdk/gdkwindow.c: Fix compilation warning
Javier Jardón [Tue, 24 Aug 2010 19:27:57 +0000 (21:27 +0200)]
gdk/gdkwindow.c: Fix compilation warning

15 years agoUse gtk_window_has_group() to know if the window has an explicit window group.
Javier Jardón [Tue, 24 Aug 2010 14:10:38 +0000 (16:10 +0200)]
Use gtk_window_has_group() to know if the window has an explicit window group.

gtk_window_get_group() never returns NULL; if the window isn't in a group,
a default window group is returned instead. Use gtk_window_has_group() instead.
This fixes some previous commits to use accessors to access GtkWindow.

Reported by Philip Withnall in bug
https://bugzilla.gnome.org/show_bug.cgi?id=627828

15 years ago[l10n] Updated Estonian translation
Ivar Smolin [Tue, 24 Aug 2010 12:11:59 +0000 (15:11 +0300)]
[l10n] Updated Estonian translation

15 years agoAdded Armenian translation - po file. Modified LINGUAS.
noch [Tue, 24 Aug 2010 05:01:41 +0000 (10:01 +0500)]
Added Armenian translation - po file. Modified LINGUAS.

15 years agoAdded Armenian translation - po file in ./po and ./po-properties directories. Modifie...
noch [Tue, 24 Aug 2010 04:54:38 +0000 (09:54 +0500)]
Added Armenian translation - po file in ./po and ./po-properties directories. Modified LINGUAS.

15 years agoGtkRange: move public members to private structure
Javier Jardón [Mon, 16 Aug 2010 06:27:49 +0000 (08:27 +0200)]
GtkRange: move public members to private structure

15 years agoUse accessor functions to access GtkRange
Javier Jardón [Fri, 13 Aug 2010 00:35:49 +0000 (02:35 +0200)]
Use accessor functions to access GtkRange

15 years agogtkscalebutton: use accessor functions to access GtkRange
Javier Jardón [Thu, 12 Aug 2010 23:43:27 +0000 (01:43 +0200)]
gtkscalebutton: use accessor functions to access GtkRange

15 years agogtkscale: use accessor functions to access GtkRange
Javier Jardón [Thu, 12 Aug 2010 23:38:35 +0000 (01:38 +0200)]
gtkscale: use accessor functions to access GtkRange

15 years agoAdded _gtk_range_set_steppers () internal function
Javier Jardón [Fri, 13 Aug 2010 01:22:59 +0000 (03:22 +0200)]
Added _gtk_range_set_steppers () internal function

It's needed by gtkscrollbar

15 years agoAdded _gtk_range_set_round_digits() insternal function
Javier Jardón [Thu, 12 Aug 2010 23:50:09 +0000 (01:50 +0200)]
Added _gtk_range_set_round_digits() insternal function

It's needed by gtkscale

15 years agogtkrange: Add some checks to gtk_range_set_slider_size_fixed()
Javier Jardón [Fri, 13 Aug 2010 15:06:10 +0000 (17:06 +0200)]
gtkrange: Add some checks to gtk_range_set_slider_size_fixed()

Recalculate layout only if the range is already mapped and
adjustment is not NULL.

15 years agogtk/gtkprintunixdialog.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:16:13 +0000 (15:16 +0200)]
gtk/gtkprintunixdialog.c: Use accessor functions to access GtkWindow

15 years agogtk/gtktreeview.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:15:12 +0000 (15:15 +0200)]
gtk/gtktreeview.c: Use accessor functions to access GtkWindow

15 years agogtk/gtksocket.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:14:58 +0000 (15:14 +0200)]
gtk/gtksocket.c: Use accessor functions to access GtkWindow

15 years agogtk/gtkrecentchooserdefault.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:14:44 +0000 (15:14 +0200)]
gtk/gtkrecentchooserdefault.c: Use accessor functions to access GtkWindow

15 years agogtk/gtkprintoperation.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:14:31 +0000 (15:14 +0200)]
gtk/gtkprintoperation.c: Use accessor functions to access GtkWindow

15 years agogtk/gtkpaned.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:14:05 +0000 (15:14 +0200)]
gtk/gtkpaned.c: Use accessor functions to access GtkWindow

15 years agogtk/gtknotebook.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:13:45 +0000 (15:13 +0200)]
gtk/gtknotebook.c: Use accessor functions to access GtkWindow

15 years agogtk/gtklabel.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:13:33 +0000 (15:13 +0200)]
gtk/gtklabel.c: Use accessor functions to access GtkWindow

15 years agogtk/gtkfontsel.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:13:21 +0000 (15:13 +0200)]
gtk/gtkfontsel.c: Use accessor functions to access GtkWindow

15 years agogtk/gtkfilechooserdefault.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:13:06 +0000 (15:13 +0200)]
gtk/gtkfilechooserdefault.c: Use accessor functions to access GtkWindow

15 years agogtk/gtkfilechooserbutton.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:12:51 +0000 (15:12 +0200)]
gtk/gtkfilechooserbutton.c: Use accessor functions to access GtkWindow

15 years agogtk/gtkentry.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:12:37 +0000 (15:12 +0200)]
gtk/gtkentry.c: Use accessor functions to access GtkWindow

15 years agogtk/gtkdnd.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:08:19 +0000 (15:08 +0200)]
gtk/gtkdnd.c: Use accessor functions to access GtkWindow

15 years agogtk/gtkdialog.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:08:04 +0000 (15:08 +0200)]
gtk/gtkdialog.c: Use accessor functions to access GtkWindow

15 years agogtk/gtkcontainer.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:07:51 +0000 (15:07 +0200)]
gtk/gtkcontainer.c: Use accessor functions to access GtkWindow

15 years agogtk/gtkcolorsel.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:07:36 +0000 (15:07 +0200)]
gtk/gtkcolorsel.c: Use accessor functions to access GtkWindow

15 years agogail: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:01:02 +0000 (15:01 +0200)]
gail: Use accessor functions to access GtkWindow

15 years agotests/testgtk.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 12:59:37 +0000 (14:59 +0200)]
tests/testgtk.c: Use accessor functions to access GtkWindow

15 years agoRevert from "edit-preferences" to "gtk-preferences"
Javier Jardón [Mon, 23 Aug 2010 16:13:54 +0000 (18:13 +0200)]
Revert from "edit-preferences" to "gtk-preferences"

There is not a icon named "edit-preferences" in the spec
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html

15 years agoFix Win32 build
Tor Lillqvist [Mon, 23 Aug 2010 15:49:30 +0000 (18:49 +0300)]
Fix Win32 build

Builds now, except for the ms-windows theme engine. It doesn't really
work, though.

15 years agoThe correct icon name is "dialog-information", not "dialog-info"
Javier Jardón [Mon, 23 Aug 2010 15:33:36 +0000 (17:33 +0200)]
The correct icon name is "dialog-information", not "dialog-info"

Spec here:
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html

15 years agoUpdated Slovenian translation
Klemen Košir [Mon, 23 Aug 2010 12:53:38 +0000 (14:53 +0200)]
Updated Slovenian translation

15 years agodirectfb: Remove
Benjamin Otte [Mon, 23 Aug 2010 10:44:58 +0000 (12:44 +0200)]
directfb: Remove

As announced by email and on IRC, this backend is removed from GTK 3.
It has been broken for over a year with no one fixing it.

15 years agocontainer: suggest parentheses around assignment used as truth value
Benjamin Otte [Mon, 23 Aug 2010 10:37:22 +0000 (12:37 +0200)]
container: suggest parentheses around assignment used as truth value

15 years agoUpdated Norwegian Nynorsk translation
Torstein Adolf Winterseth [Mon, 23 Aug 2010 07:17:26 +0000 (09:17 +0200)]
Updated Norwegian Nynorsk translation

15 years agoUpdated galician translations
Fran Diéguez [Mon, 23 Aug 2010 00:22:00 +0000 (02:22 +0200)]
Updated galician translations

15 years agoFix a translation problem in the about dialog
Matthias Clasen [Sun, 22 Aug 2010 23:04:25 +0000 (19:04 -0400)]
Fix a translation problem in the about dialog

The license preamble needs to be translated with the GTK+ domain,
not the applications. Bug 627643.

15 years agogtk/gtk.symbols: Add gtk_cell_view_get_desired_height_for_width_of_row()
Javier Jardón [Sun, 22 Aug 2010 21:34:29 +0000 (23:34 +0200)]
gtk/gtk.symbols: Add gtk_cell_view_get_desired_height_for_width_of_row()

15 years agogtk/gtktrayicon-x11.c: Use accessor functions to access GtkWidget
Javier Jardón [Sun, 15 Aug 2010 15:50:39 +0000 (17:50 +0200)]
gtk/gtktrayicon-x11.c: Use accessor functions to access GtkWidget

15 years agogtk/gtksocket-x11.c: Use accessor functions to access GtkWidget
Javier Jardón [Sun, 15 Aug 2010 15:36:02 +0000 (17:36 +0200)]
gtk/gtksocket-x11.c: Use accessor functions to access GtkWidget

15 years agogtk/gtkplug-x11.c: Use accessor functions to access GtkWidget
Javier Jardón [Sun, 15 Aug 2010 15:30:40 +0000 (17:30 +0200)]
gtk/gtkplug-x11.c: Use accessor functions to access GtkWidget